home *** CD-ROM | disk | FTP | other *** search
- <!--
- This is a very simple example page: it consists of a heading, followed
- by a a couple of links to another pages. However, it shows off some
- interesting ideas, such as the "on the fly" interpretation of special
- sequences of characters.
- -->
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
- <html>
- <head>
-
- <!--
- When creating a page from this template, the "USERNAME" string will
- be replaced with the user name that you entered in the "Sharing Setup"
- control panel.
- -->
-
- <title>#USERNAME#'s First Page</title>
-
-
- </head>
- <body>
-
- <h1>#USERNAME#'s First Page</h1>
- <p>
- This example was <a href="http://www.barebones.com/products/bbedit/builtwith.html">Built With BBEdit</a>.<br>
- To find out more about BBEdit, <a href="http://www.barebones.com">visit Bare Bones Software's Web site</a>.
- </p>
-
- <!--
- It's customary to separate version and credit information from the rest of
- the page's content by using a horizontal rule, so we do that here.
- -->
-
- <hr noshade size="1" align="left" width="90%">
-
-
- Created by #USERNAME# on #LONGDATE#.
-
- <!--
- This email link will get your email address from the "Email" section
- of the Internet Config settings, and replace the "IC_EMAIL" with that
- address. Notice that the substitution is done twice here: once for the
- anchor link, and again for the visible content.
- -->
-
- <br>
- For more information, please <a href="mailto:webmaster@example.com">send mail to webmaster@example.com</a>.
-
- </body>
- </html>
-